-- card: 9478 from stack: in -- bmap block id: 0 -- flags: 4000 -- background id: 2499 -- name: Programming 2 ----- HyperTalk script ----- on openCard put "Programming" into field "Title" end openCard -- part 1 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=440 top=322 right=340 bottom=486 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Next ----- HyperTalk script ----- on mouseUp go to next card end mouseUp -- part 2 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=25 top=321 right=339 bottom=91 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Previous ----- HyperTalk script ----- on mouseUp go to previous card end mouseUp -- part contents for background part 1 ----- text ----- Yoy may enter labels in the program to control branching. Click in the [Lbl] key while in prog mode to enter a label into the program. Enter the label (single character) in the dialog box. Click on the [GTo] key (while in prog mode) to have the program branch to the specified label at that point. When the program mode is off, clicking [GTo] will put the step pointer at the label entered in the dialog box if it exists. The default for [GTo] is "start", which is the beginning of the program. Any other label must be a single character. The [GSb] key branches the program to a subroutine. The label of the subroutine is asked for in a dialog box. The subroutine must be ended by clicking the [Rtn] key. Only one level of subroutine is allowed. -- part contents for background part 6 ----- text ----- Programming